home *** CD-ROM | disk | FTP | other *** search
- Preferences = {
- ACTIONS = {
- revert:;
- setCsoundBinary:;
- setDefaultDirs:;
- cancel:;
- ok:;
- setDefaultApp:;
- open:;
- };
- OUTLETS = {
- lispEditApp;
- defaultSSDIR;
- numChannels;
- samplingRate;
- preferenceControl;
- defaultSADIR;
- controlRate;
- defaultSFDIR;
- swapview;
- csoundBinary;
- textEditApp;
- window;
- defaultLisp;
- sndEditApp;
- midiEditApp;
- };
- SUPERCLASS = Object;
- };
- MiscSwapContentsController = {
- ACTIONS = {
- revert:;
- ok:;
- };
- OUTLETS = {
- trigger;
- view;
- swapView;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MiscSwapViewByMatrix = {
- ACTIONS = {
- swapContentView:;
- };
- OUTLETS = {
- };
- SUPERCLASS = MiscSwapView;
- };
- MiscSwapView = {
- ACTIONS = {
- removeController:;
- addController:;
- swapContentView:;
- };
- OUTLETS = {
- delegate;
- trigger;
- controllers;
- contentView;
- currentController;
- contentViewsHomeView;
- };
- SUPERCLASS = View;
- };
- MiscSwapViewByPopUp = {
- ACTIONS = {
- swapContentView:;
- };
- OUTLETS = {
- popUpCover;
- };
- SUPERCLASS = MiscSwapView;
- };
-